.jpClear::before,.jpClear::after{
  content: '';
  clear: both;
  display: block;
}
.jpTransition{
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari & Chrome */
  -o-transition:all 0.5s;
  /* Opera */
}
.jpPic{
  overflow: hidden;
}
.jpPic img{
  width: 100%;
  height: auto;
  transform: scale(1);
}

html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
  overflow: hidden;
}

/* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:active,a:hover, a:focus {
  color: #df3222;
  text-decoration: none }
/*delighter animate */ 
.delighter {
  overflow: hidden;
  position: relative;
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_UpShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_UpShow.started.delighter:before {
  transform: translateY(100%);
}
.h_LeftShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #242C8E;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_LeftShow.started.delighter:before {
  transform: translateX(100%);
}
.h_RightShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_RightShow.started.delighter:before {
  transform: translateX(-100%);
}
.h_DownShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_DownShow.started.delighter:before {
  transform: translateY(-100%);
}
/*homeTit*/
.h_homeTitBox {
  text-align: center;
  margin-bottom: 40px !important;
}
.h_homeTitEn {
  font-size: 53px;
  color: #f5f5f5;
  font-weight: 700;
  text-transform: uppercase;
}
.h_homeTit {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  margin-top: -16px;
}
.h_homeTit b {
  color: #df3222;
}
.h_homeTitSum {
  font-size: 16px;
  color: #999999;
  margin-top: 18px;
}
@media only screen and (max-width: 768px){
  .h_homeTitBox{
    margin-bottom:24px !important;
  }
  .h_homeTit {
    font-size: 24px;
  }
  .h_homeTitEn{
    font-size:32px;
  }
  .h_homeTitSum {
    font-size: 14px;
    margin-top: 8px;
  }
  .h_homeTitSum br {
    display: none;
  }
}
/*homeTitEnd*/
/*transition*/ .h_transition *,.h_transition{
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  /* Firefox 4 */ -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */ -o-transition: all 0.5s ease;
  /* Opera */ }
/*transition*/ .h_transition1 *,.h_transition1{
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  /* Firefox 4 */ -webkit-transition: all 1s ease;
  /* Safari and Chrome */ -o-transition: all 1s ease;
  /* Opera */ }
/*maxwidth*/ .h_maxwidth {
  max-width: 1320px;
  width:94%;
  padding: 0px;
  margin: 0 auto;
}
/*flex*/ .h_flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*position*/ .h_relative{
  position:relative;
}
.h_absolute{
  position:absolute;
}
/*footerNav*/ .footerCateTit {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 36px;
}
.footerCateLink {
  display: block;
  font-size: 16px;
  color: #ccc;
  line-height: 30px;
  transition: all 0.5s ease;
}
.footerCateLink a {
  font-size: 16px;
  color: #ccc;
  transition: all 0.5s ease;
}
a.footerCateLink:hover {
  color: #df3222;
}
.footerCateLink a:hover {
  color: #df3222;
}
/*neiDetail_Tit*/ .p_stylebox .stylebox_top {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(/img/line.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}
.p_stylebox .yjLink::before {
  background-color: #df3222 !important;
}


.p_stylebox .stylebox_content {
  border: none;
}
.p_stylebox .stylebox_bottom_line {
  display: none;
}
/*button*/ .h_btnMore {
  display: block;
  width: 160px;
  height: 44px;
  color: #df3222;
  border: 1px solid #df3222;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
  transition: all 0.5s ease;
}

/*page*/ .p_page .pageNum.active, .p_page .pageNum:hover, .p_page .next:hover, .p_page .pre:hover, .p_pagebox .next, .p_pagebox .pre {
  background-color: #df3222 !important;
  color: #fff;
  border-color: #df3222 !important;
  border-radius: 0px;
}
.p_page .pageNum, .p_page .pre, .p_page .next {
  border-radius: 0px;
}
.p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active {
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: #bfbfbf !important;
}
/* input */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
/* listCol */ .listCol_1 {
  display: inline-block;
  width: 100%;
}
.listCol_2 {
  display: inline-block;
  width: 50%;
}
.listCol_3 {
  display: inline-block;
  width: 33.333%;
}
.listCol_4 {
  display: inline-block;
  width: 25%;
}
.listCol_5 {
  display: inline-block;
  width: 20%;
}
.listCol_6 {
  display: inline-block;
  width: 16.667%;
}
.listCol_7 {
  display: inline-block;
  width: 14.29%;
}
.listCol_8 {
  display: inline-block;
  width: 12.5%;
}
.listCol_9 {
  display: inline-block;
  width: 11.111%;
}
@media only screen and (max-width: 768px) {

}
/* Grid End */ 
@keyframes scaleDrew {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
/*btnHover*/ 
.hvr-radial-out:before{
  background: #df3222 !important;
}
/*neiTit*/ 
.h_neiTitBox {
  text-align: center;
  margin-bottom: 20px;
}
.h_neiTit {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}
.h_neiTit:after {
  content: '';
  display: block;
  width: 44px;
  height: 2px;
  background: #df3222;
  margin: 12px auto;
}
.h_neiTitSum {
  font-size: 16px;
  color: #666;
}
@media only screen and (max-width: 768px){
  #w_common_text-1617695393509 span{
font-size:0.875rem!important;
}
  .h_neiTit {
    font-size: 24px;
  }
  .h_neiTitSum {
    font-size: 14px;
  }
}
/*neiTit End*/ 
/*swiperPage*/
.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #999999;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #df3222;
  border-color: #df3222;
}
/*侧边滑块*/
::-webkit-scrollbar{
  width:5px;
  height:3px;
}
/*指滚动条整体部分，它的属性有width,height,background等*/
::-webkit-scrollbar-track{
  background-color:#eee;
}
/*指外层轨道部分，当不需要时可以用display:none将其隐藏，也可以添加你想要的颜色*/
::-webkit-scrollbar-thumb{
  background-color:#df3222;
}
/*指滚动条里面可以拖动的部分，也就是滑块*/
img{
  max-width:100%;
}

#w_common_text-1617695393509 span{
font-size:0.925rem;
}
